FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/EHDSBodyStructure

Packageeu.ehds.models
Resource TypeStructureDefinition
IdEHDSBodyStructure
FHIR VersionR5
Sourcehttps://www.xt-ehr.eu/specifications/fhir/https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSBodyStructure.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSBodyStructure
Version0.1.0
Statusdraft
Date2025-07-25T08:06:37+00:00
NameEHDSBodyStructure
TitleBody structure model
DescriptionEHDS refined base model for Body structure
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSBodyStructure
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSBodyStructure

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSBodyStructure 0..*BaseBody structure model
Instances of this logical model can be the target of a Reference
... identifier 0..*IdentifierIdentifier for this instance of the anatomical structure.
... morphology 0..1CodeableConceptThe kind of structure being represented by the body structure at BodyStructure.location. This can define both normal and abnormal morphologies.
Binding Description: (preferred): SNOMED CT
... location 0..1CodeableConceptBody site
Binding Description: (preferred): SNOMED CT
... locationQualifier 0..*CodeableConceptAdditional qualifier of the body structure (e.g. upper, lower, left side).
Binding Description: (preferred): SNOMED CT
... laterality 0..1CodeableConceptBody structure laterality (e.g. left, right).
Binding Description: (preferred): SNOMED CT
... description 0..1stringTextual description of the body structure

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSBodyStructure",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSBodyStructure",
  "version": "0.1.0",
  "name": "EHDSBodyStructure",
  "title": "Body structure model",
  "status": "draft",
  "date": "2025-07-25T08:06:37+00:00",
  "publisher": "Xt-EHR",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "EHDS refined base model for Body structure",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSBodyStructure",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "5.0.0"
      }
    ],
    "element": [
      {
        "id": "EHDSBodyStructure",
        "path": "EHDSBodyStructure",
        "short": "Body structure model",
        "definition": "EHDS refined base model for Body structure",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSBodyStructure.identifier",
        "path": "EHDSBodyStructure.identifier",
        "short": "Identifier for this instance of the anatomical structure.",
        "definition": "Identifier for this instance of the anatomical structure.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSBodyStructure.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSBodyStructure.morphology",
        "path": "EHDSBodyStructure.morphology",
        "short": "The kind of structure being represented by the body structure at BodyStructure.location. This can define both normal and abnormal morphologies.",
        "definition": "The kind of structure being represented by the body structure at BodyStructure.location. This can define both normal and abnormal morphologies.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSBodyStructure.morphology",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.location",
        "path": "EHDSBodyStructure.location",
        "short": "Body site",
        "definition": "Body site",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSBodyStructure.location",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.locationQualifier",
        "path": "EHDSBodyStructure.locationQualifier",
        "short": "Additional qualifier of the body structure (e.g. upper, lower, left side).",
        "definition": "Additional qualifier of the body structure (e.g. upper, lower, left side).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSBodyStructure.locationQualifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.laterality",
        "path": "EHDSBodyStructure.laterality",
        "short": "Body structure laterality (e.g. left, right).",
        "definition": "Body structure laterality (e.g. left, right).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSBodyStructure.laterality",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.description",
        "path": "EHDSBodyStructure.description",
        "short": "Textual description of the body structure",
        "definition": "Textual description of the body structure",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSBodyStructure.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSBodyStructure",
        "path": "EHDSBodyStructure",
        "short": "Body structure model",
        "definition": "EHDS refined base model for Body structure"
      },
      {
        "id": "EHDSBodyStructure.identifier",
        "path": "EHDSBodyStructure.identifier",
        "short": "Identifier for this instance of the anatomical structure.",
        "definition": "Identifier for this instance of the anatomical structure.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSBodyStructure.morphology",
        "path": "EHDSBodyStructure.morphology",
        "short": "The kind of structure being represented by the body structure at BodyStructure.location. This can define both normal and abnormal morphologies.",
        "definition": "The kind of structure being represented by the body structure at BodyStructure.location. This can define both normal and abnormal morphologies.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.location",
        "path": "EHDSBodyStructure.location",
        "short": "Body site",
        "definition": "Body site",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.locationQualifier",
        "path": "EHDSBodyStructure.locationQualifier",
        "short": "Additional qualifier of the body structure (e.g. upper, lower, left side).",
        "definition": "Additional qualifier of the body structure (e.g. upper, lower, left side).",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.laterality",
        "path": "EHDSBodyStructure.laterality",
        "short": "Body structure laterality (e.g. left, right).",
        "definition": "Body structure laterality (e.g. left, right).",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSBodyStructure.description",
        "path": "EHDSBodyStructure.description",
        "short": "Textual description of the body structure",
        "definition": "Textual description of the body structure",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}